home *** CD-ROM | disk | FTP | other *** search
- ;;; JACAL: Symbolic Mathematics System. -*-scheme-*-
- ;;; Copyright 1989, 1990, 1991, 1992 Aubrey Jaffer.
- ;;; See the file "COPYING" for terms applying to this program.
-
- (require 'rev3-procedures)
- (require 'rev4-optional-procedures)
- (require 'with-file)
- (require 'transcript)
- (require 'common-list-functions)
- (require 'sort)
- (require 'hash-table)
-
- (define base-language 'scheme)
- ;;; The rest define dummy functions for common-lisp compatability
- ;(define char-code-limit 256)
- (define (funcall p . args) (apply p args))
- (define proclaim identity)
-